home *** CD-ROM | disk | FTP | other *** search
- Path: news.fh-heilbronn.de!news
- From: Timo <post@orgaplus.de>
- Newsgroups: comp.lang.c
- Subject: Watcom DLL & Pointers
- Date: Thu, 11 Apr 1996 13:39:40 +0200
- Organization: Fachhochschule Heilbronn
- Message-ID: <316CEF7C.2C66@orgaplus.de>
- NNTP-Posting-Host: duplo.mi.fh-heilbronn.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.3 sun4m)
-
- Hi,
-
- I am programming a DLL using the Watcom 32bit Windows extender for Win
- 3.x. I am sure somebody has done this before, although this is not the
- latest in fashion...
-
- Passing a triple pointer, e.g. mystruct ***ppp, to the DLL works, but I
- did not manage to dereference it using **ppp->myvariable.
-
- Any idea will be appreciated very much, thanks in advance.
-
- Timo
-